home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_tk80.idb / usr / freeware / lib / tkConfig.sh.z / tkConfig.sh
Encoding:
Text File  |  1999-04-16  |  2.6 KB  |  75 lines

  1. # tkConfig.sh --
  2. # This shell script (for sh) is generated automatically by Tk's
  3. # configure script.  It will create shell variables for most of
  4. # the configuration options discovered by the configure script.
  5. # This script is intended to be included by the configure scripts
  6. # for Tk extensions so that they don't have to figure this all
  7. # out for themselves.  This file does not duplicate information
  8. # already provided by tclConfig.sh, so you may need to use that
  9. # file in addition to this one.
  10. #
  11. # The information in this file is specific to a single platform.
  12. #
  13. # RCS: @(#) $Id: tkConfig.sh.in,v 1.6 1998/09/14 18:23:55 stanton Exp $
  14.  
  15. # Tk's version number.
  16. TK_VERSION='8.0'
  17. TK_MAJOR_VERSION='8'
  18. TK_MINOR_VERSION='0'
  19. TK_PATCH_LEVEL='.4'
  20.  
  21. # -D flags for use with the C compiler.
  22. TK_DEFS=' -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -D__CHAR_UNSIGNED__=1 '
  23.  
  24. # Flag, 1: we built a shared lib, 0 we didn't
  25. TK_SHARED_BUILD=1
  26.  
  27. # This indicates if Tk was build with debugging symbols
  28. TK_DBGX=
  29.  
  30. # The name of the Tk library (may be either a .a file or a shared library):
  31. TK_LIB_FILE='libtk8.0${TK_DBGX}.so'
  32.  
  33. # Additional libraries to use when linking Tk.
  34. TK_LIBS='-lX11   -lm'
  35.  
  36. # Top-level directory in which Tcl's platform-independent files are
  37. # installed.
  38. TK_PREFIX='/usr/freeware'
  39.  
  40. # Top-level directory in which Tcl's platform-specific files (e.g.
  41. # executables) are installed.
  42. TK_EXEC_PREFIX='/usr/freeware'
  43.  
  44. # -I switch(es) to use to make all of the X11 include files accessible:
  45. TK_XINCLUDES='# no special path needed'
  46.  
  47. # Linker switch(es) to use to link with the X11 library archive.
  48. TK_XLIBSW='-lX11'
  49.  
  50. # -l flag to pass to the linker to pick up the Tcl library
  51. TK_LIB_FLAG='-ltk8.0${TK_DBGX}'
  52.  
  53. # String to pass to linker to pick up the Tk library from its
  54. # build directory.
  55. TK_BUILD_LIB_SPEC='-L/usr/freeware/lib32 -ltk8.0${TK_DBGX}'
  56.  
  57. # String to pass to linker to pick up the Tk library from its
  58. # installed directory.
  59. TK_LIB_SPEC='-L/usr/freeware/lib32 -ltk8.0${TK_DBGX}'
  60.  
  61. # Location of the top-level source directory from which Tk was built.
  62. # This is the directory that contains a README file as well as
  63. # subdirectories such as generic, unix, etc.  If Tk was compiled in a
  64. # different place than the directory containing the source files, this
  65. # points to the location of the sources, not the location where Tk was
  66. # compiled.
  67. TK_SRC_DIR='/usr/freeware/src/tk/tk8.0.4'
  68.  
  69. # Needed if you want to make a 'fat' shared library library
  70. # containing tk objects or link a different wish.
  71. TK_CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
  72. TK_LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}'
  73.  
  74.